﻿2026-08-30T07:50:22.9225810Z ##[group]Run actions/checkout@v5
2026-08-30T07:50:22.9226609Z with:
2026-08-30T07:50:22.9227490Z   repository: SaberMage/spt-shell-notify
2026-08-30T07:50:22.9238431Z   path: .adapter-notify
2026-08-30T07:50:22.9245363Z   token: ***
2026-08-30T07:50:22.9245972Z   ssh-strict: true
2026-08-30T07:50:22.9246602Z   ssh-user: git
2026-08-30T07:50:22.9247232Z   persist-credentials: true
2026-08-30T07:50:22.9247934Z   clean: true
2026-08-30T07:50:22.9248577Z   sparse-checkout-cone-mode: true
2026-08-30T07:50:22.9249411Z   fetch-depth: 1
2026-08-30T07:50:22.9250050Z   fetch-tags: false
2026-08-30T07:50:22.9250687Z   show-progress: true
2026-08-30T07:50:22.9251333Z   lfs: false
2026-08-30T07:50:22.9251929Z   submodules: false
2026-08-30T07:50:22.9252573Z   set-safe-directory: true
2026-08-30T07:50:22.9253321Z   allow-unsafe-pr-checkout: false
2026-08-30T07:50:22.9254068Z env:
2026-08-30T07:50:22.9255169Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-2-A7Kc0i
2026-08-30T07:50:22.9256904Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-2-A7Kc0i
2026-08-30T07:50:22.9258475Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-2-A7Kc0i
2026-08-30T07:50:22.9260171Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-33296634901-2-A7Kc0i
2026-08-30T07:50:22.9261403Z ##[endgroup]
2026-08-30T07:50:22.9960275Z Syncing repository: SaberMage/spt-shell-notify
2026-08-30T07:50:22.9964299Z ##[group]Getting Git version info
2026-08-30T07:50:22.9965678Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-30T07:50:22.9985863Z [command]/usr/bin/git version
2026-08-30T07:50:23.0052354Z git version 2.43.0
2026-08-30T07:50:23.0068314Z ##[endgroup]
2026-08-30T07:50:23.0075544Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0174cdef-5a9b-4d6c-83a7-d904834af7db/.gitconfig'
2026-08-30T07:50:23.0082989Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0174cdef-5a9b-4d6c-83a7-d904834af7db' before making global git config changes
2026-08-30T07:50:23.0085433Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T07:50:23.0087581Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-30T07:50:23.0109768Z ##[group]Initializing the repository
2026-08-30T07:50:23.0113129Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-30T07:50:23.0138280Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-30T07:50:23.0139944Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-30T07:50:23.0141448Z hint: of your new repositories, which will suppress this warning, call:
2026-08-30T07:50:23.0142918Z hint: 
2026-08-30T07:50:23.0143836Z hint: 	git config --global init.defaultBranch <name>
2026-08-30T07:50:23.0144980Z hint: 
2026-08-30T07:50:23.0146264Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-30T07:50:23.0148124Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-30T07:50:23.0149761Z hint: 
2026-08-30T07:50:23.0150519Z hint: 	git branch -m <name>
2026-08-30T07:50:23.0152242Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-30T07:50:23.0155136Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-30T07:50:23.0173194Z ##[endgroup]
2026-08-30T07:50:23.0174701Z ##[group]Disabling automatic garbage collection
2026-08-30T07:50:23.0175983Z [command]/usr/bin/git config --local gc.auto 0
2026-08-30T07:50:23.0197000Z ##[endgroup]
2026-08-30T07:50:23.0198271Z ##[group]Setting up auth
2026-08-30T07:50:23.0201431Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T07:50:23.0224787Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-30T07:50:23.0407682Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T07:50:23.0432351Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-30T07:50:23.0624275Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T07:50:23.0652147Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-30T07:50:23.0841911Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-30T07:50:23.0876607Z ##[endgroup]
2026-08-30T07:50:23.0877714Z ##[group]Determining the default branch
2026-08-30T07:50:23.0879856Z Retrieving the default branch name
2026-08-30T07:50:23.4783547Z Default branch 'main'
2026-08-30T07:50:23.4785608Z ##[endgroup]
2026-08-30T07:50:23.4786907Z ##[group]Fetching the repository
2026-08-30T07:50:23.4789500Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-30T07:50:23.9788460Z From https://github.com/SaberMage/spt-shell-notify
2026-08-30T07:50:23.9790045Z  * [new branch]      main       -> origin/main
2026-08-30T07:50:23.9806656Z ##[endgroup]
2026-08-30T07:50:23.9807673Z ##[group]Determining the checkout info
2026-08-30T07:50:23.9809347Z ##[endgroup]
2026-08-30T07:50:23.9815438Z [command]/usr/bin/git sparse-checkout disable
2026-08-30T07:50:23.9858764Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-30T07:50:23.9890779Z ##[group]Checking out the ref
2026-08-30T07:50:23.9894086Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-30T07:50:23.9935758Z Switched to a new branch 'main'
2026-08-30T07:50:23.9937198Z branch 'main' set up to track 'origin/main'.
2026-08-30T07:50:23.9941044Z ##[endgroup]
2026-08-30T07:50:23.9975246Z [command]/usr/bin/git log -1 --format=%H
2026-08-30T07:50:23.9998795Z ee2d37eadc730c0019e0af82d683074c509634a2
